GtkOrientable use G_PARAM_EXPLICIT_NOTIFY
authorMatthias Clasen <mclasen@redhat.com>
Sat, 7 Jun 2014 18:08:46 +0000 (14:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 17:30:54 +0000 (13:30 -0400)
commit2e04899ee59a17b41f3b1accd4a874242d4a03d3
treecb78a48ab08d571f656b5ab893413ac5fa659fdd
parent126942f04c44ad4fa7447d4a9773b69ba04afa87
GtkOrientable use G_PARAM_EXPLICIT_NOTIFY

This one is a little tricky, since we override this property
in many places, and you cannot add flags when overriding. So,
all places where this is overridden will have to make sure to
notify explicitly.
gtk/gtkorientable.c